home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global win, points
- if win = "yes" then
- puppetSound(3, "win")
- member("youwin").text = "You Win!"
- member("points").text = string(points) && "pts"
- else
- puppetSound(3, "lose")
- member("youwin").text = "No Moves Left"
- member("points").text = string(points) && "pts"
- end if
- end
-